All Questions
Tagged with pascallinked-list
1 question
4votes
1answer
309views
Inserting an element into a linked list
This program adds an element to the end of a linked list of integers, which is previously keyed in by the user. This works fine on my computer, but I am wondering: If there is a simpler way to do this ...